'Declaration
<NotNullAttribute()> Public Property Endpoint As String
'Usage
Dim instance As UADataChangeNotificationPayload(Of TValue) Dim value As String instance.Endpoint = value value = instance.Endpoint
[NotNull()] public string Endpoint {get; set;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).